# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # net/bird2/ # net/bird2/pkg-descr # net/bird2/pkg-plist # net/bird2/files # net/bird2/files/patch-Makefile.in # net/bird2/files/bird.in # net/bird2/Makefile # net/bird2/distinfo # echo c - net/bird2/ mkdir -p net/bird2/ > /dev/null 2>&1 echo x - net/bird2/pkg-descr sed 's/^X//' >net/bird2/pkg-descr << 'b580897d8fa8ba52f3675e6f2ed798d3' XThe BIRD project aims to develop a fully functional dynamic IP routing daemon. X X- Both IPv4 and IPv6 X- Multiple routing tables X- BGP X- RIP X- OSPF X- LDP X- L3VPN X- Static routes X- Inter-table protocol X- Command-line interface X- Soft reconfiguration X- Powerful language for route filtering X XWWW: http://bird.network.cz/ b580897d8fa8ba52f3675e6f2ed798d3 echo x - net/bird2/pkg-plist sed 's/^X//' >net/bird2/pkg-plist << 'ab4e8deef20ea833906e8a4b6e8bdacc' X@sample etc/bird.conf.example etc/bird.conf Xsbin/bird Xsbin/birdc Xsbin/birdcl ab4e8deef20ea833906e8a4b6e8bdacc echo c - net/bird2/files mkdir -p net/bird2/files > /dev/null 2>&1 echo x - net/bird2/files/patch-Makefile.in sed 's/^X//' >net/bird2/files/patch-Makefile.in << 'bbe3efbee215bf17ee8bb33429bbe1b6' X--- Makefile.in.orig 2017-04-29 22:26:04 UTC X+++ Makefile.in X@@ -163,11 +163,7 @@ install: all X if test -n "@CLIENT@" ; then \ X $(INSTALL_PROGRAM) $(exedir)/birdc $(DESTDIR)/$(sbindir)/birdc ; \ X fi X- if ! test -f $(DESTDIR)/@CONFIG_FILE@ ; then \ X- $(INSTALL_DATA) $(srcdir)/doc/bird.conf.example $(DESTDIR)/@CONFIG_FILE@ ; \ X- else \ X- echo "Not overwriting old bird.conf" ; \ X- fi X+ $(INSTALL_DATA) $(srcdir)/doc/bird.conf.example $(DESTDIR)/@CONFIG_FILE@.example X X install-docs: X $(INSTALL) -d $(DESTDIR)/$(docdir) bbe3efbee215bf17ee8bb33429bbe1b6 echo x - net/bird2/files/bird.in sed 's/^X//' >net/bird2/files/bird.in << '53a438d8e31e1abdc03b4be9a078d81f' X#!/bin/sh X X# $FreeBSD: head/net/bird-devel/files/bird.in 340872 2014-01-24 00:14:07Z mat $ X# X# PROVIDE: bird X# REQUIRE: LOGIN X# KEYWORD: shutdown X# X# Add the following lines to /etc/rc.conf.local or /etc/rc.conf X# to enable this service: X# X# bird_enable (bool): Set to NO by default. X# Set it to YES to enable bird. X# bird_config (path): Set to %%PREFIX%%/etc/bird.conf X# by default. X# X X. /etc/rc.subr X Xname="bird" Xrcvar=bird_enable X Xcommand=%%PREFIX%%/sbin/${name} X Xload_rc_config $name X X: ${bird_enable="NO"} X: ${bird_config="%%PREFIX%%/etc/bird.conf"} X Xcommand_args="-c $bird_config" X Xrun_rc_command "$1" 53a438d8e31e1abdc03b4be9a078d81f echo x - net/bird2/Makefile sed 's/^X//' >net/bird2/Makefile << 'c5951dfe64e852b687cf2f443818bf05' X# Created by: Alexander V. Chernikov X# $FreeBSD: head/net/bird-devel/Makefile 456793 2017-12-20 13:28:21Z mat $ X XPORTNAME= bird XDISTVERSION= 2.0.1 XCATEGORIES= net XMASTER_SITES= ftp://bird.network.cz/pub/bird/ X XMAINTAINER= melifaro@ipfw.ru XCOMMENT= Dynamic IP routing daemon (devel version) X XLICENSE= GPLv2 X XCONFLICTS= bird-[0-9]* XCONFLICTS+= bird6-[0-9]* X XUSES= bison gmake readline XGNU_CONFIGURE= yes XCONFIGURE_ARGS= --localstatedir=/var XUSE_CSTD= gnu89 X XOPTIONS_MULTI= RP XRP_DESC= Routing Protocols XOPTIONS_MULTI_RP= BFD BABEL BGP OSPF PIPE RADV RIP STATIC XOPTIONS_DEFAULT:= ${OPTIONS_MULTI_RP} X XBFD_DESC= Bidirectional Forwarding Detection XBABEL_DESC= Babel routing protocol XBGP_DESC= Border Gateway Protocol XOSPF_DESC= Open Short Path First XPIPE_DESC= PIPE routing XRADV_DESC= Router Advertisement XRIP_DESC= Routing Information Protocol XSTATIC_DESC= Static routing X XBFD_VARS= rt_prot+=bfd XBABEL_VARS= rt_prot+=babel XBGP_VARS= rt_prot+=bgp XOSPF_VARS= rt_prot+=ospf XPIPE_VARS= rt_prot+=pipe XRADV_VARS= rt_prot+=radv XRIP_VARS= rt_prot+=rip XSTATIC_VARS= rt_prot+=static X XCONFIGURE_ARGS+=--with-protocols="${RT_PROT}" X XMAKE_JOBS_UNSAFE= yes X XUSE_RC_SUBR= bird X X.include c5951dfe64e852b687cf2f443818bf05 echo x - net/bird2/distinfo sed 's/^X//' >net/bird2/distinfo << 'effbf6ae6ff7973c17617fac17b5c065' XTIMESTAMP = 1518802884 XSHA256 (bird-2.0.1.tar.gz) = 5614b60d31a0e224a7e484126641dee7a5386a939f59373a48dfc1233b13d063 XSIZE (bird-2.0.1.tar.gz) = 1006261 effbf6ae6ff7973c17617fac17b5c065 exit